home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
ABUSESRC.ZIP
/
AbuseSrc
/
imlib
/
include
/
targa.hpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-05-16
|
150 b
|
10 lines
#ifndef TARGA_HPP_
#define TARGA_HPP_
#include "palette.hpp"
#include "image.hpp"
image *load_targa(char *filename, palette *pal);
#endif